release(v1.1): Python stack, CI, technical paper#1
Merged
Conversation
- Add complete Python Muse 2 validation stack (src/bci, src/ethics, src/io, src/models, src/ui) with __init__.py in all packages - Add scripts/demo_wyss.py: 11-step interactive demo, 81 tests, ~15s execution - Add docs/KHAOS_CORE_Technical_Paper_v1.1.pdf + .docx: dual-stack architecture, Dirac-LPAS coupling (sec 5.4), quantum reservoir dynamics, fMRI/NIRS trial proposal (sec 9.2) - Add .github/workflows/ci.yml: pytest 81/81 on Python 3.10/3.11/3.12 + demo - Add requirements.txt, setup.py (pip install -e .[dev,dashboard]) - Update README: CI badge, quick start, paper link, researchers section - Update .gitignore: vault/, logs/, test fixtures, egg-info, pytest cache - Add INTEGRATION_REPORT.md: dual-stack diagram, IIR table, cross-stack Pearson r All 81 tests passing. FPGA kernel (C++/CUDA) unchanged in src/neuro/, src/security/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove demo_wyss.py from root (canonical: scripts/demo_wyss.py) - Remove KHAOS_CORE_Technical_Paper.docx from root (canonical: docs/*.pdf) - Remove duplicate scripts/coefficients/ (canonical: coefficients/) - Update .gitignore: WYSS_SUBMISSION_KHAOS/, LibreOffice temps, .tmp files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
np.trapz was removed in numpy 2.0. Use np.trapezoid when available, fall back to np.trapz for numpy <2.0. Fixes CI on Python 3.11/3.12. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wyss Center Technical Package